PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStringLayoutOptions Class / getHeight Method
In This Topic
    getHeight Method
    In This Topic
    Gets the height of rectangle that defines the text location.
    The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.
    Syntax
    public double getHeight()

    Return Value

    The height of text rectangle.
    See Also